func runtime.racewritepc
14 uses
runtime (current package)
chan.go#L410: racewritepc(c.raceaddr(), callerpc, abi.FuncPCABIInternal(closechan))
map.go#L622: racewritepc(unsafe.Pointer(h), callerpc, pc)
map.go#L745: racewritepc(unsafe.Pointer(h), callerpc, pc)
map.go#L1079: racewritepc(unsafe.Pointer(h), callerpc, pc)
map_fast32.go#L119: racewritepc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapassign_fast32))
map_fast32.go#L218: racewritepc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapassign_fast32))
map_fast32.go#L305: racewritepc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapdelete_fast32))
map_fast64.go#L119: racewritepc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapassign_fast64))
map_fast64.go#L220: racewritepc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapassign_fast64))
map_fast64.go#L307: racewritepc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapdelete_fast64))
map_faststr.go#L229: racewritepc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapassign_faststr))
map_faststr.go#L324: racewritepc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapdelete_faststr))
panic.go#L425: racewritepc(unsafe.Pointer(head), getcallerpc(), abi.FuncPCABIInternal(deferprocat))
race0.go#L26: func racewritepc(addr unsafe.Pointer, callerpc, pc uintptr) { throw("race") }
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |